home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / gpt32src.zip / EPSVIEWE.H < prev    next >
Text File  |  1992-03-25  |  492b  |  26 lines

  1. /*
  2.  * $Id: EpsViewer.h,v 3.24 1992/02/29 16:27:40 woo Exp woo $
  3.  *
  4.  * $Log: EpsViewer.h,v $
  5.  * Revision 3.24  1992/02/29  16:27:40  woo
  6.  * gnuplot3.2, beta 4
  7.  *
  8.  */
  9.  
  10. #import <appkit/Application.h>
  11. #import <appkit/graphics.h>
  12. #import <dpsclient/dpsclient.h>
  13. #import <appkit/Window.h>
  14.  
  15. @interface EpsViewer:Application
  16. {
  17.     id theNewWin;
  18. }
  19.  
  20. - windowCreate:(NXCoord)width Height:(NXCoord)height;
  21. - (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height;
  22.  
  23. @end
  24.  
  25.  
  26.